runtime.moduledata.textsectmap (field)
7 uses
runtime (current package)
symtab.go#L358: textsectmap []textsect
symtab.go#L594: if len(md.textsectmap) > 1 {
symtab.go#L595: for i, sect := range md.textsectmap {
symtab.go#L597: if off >= sect.vaddr && off < sect.end || (i == len(md.textsectmap)-1 && off == sect.end) {
symtab.go#L618: if len(md.textsectmap) > 1 {
symtab.go#L619: for i, sect := range md.textsectmap {
symtab.go#L626: if i == len(md.textsectmap) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |